Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove return from run method on Runner #424

Merged
merged 3 commits into from
May 9, 2024

Conversation

pvandyken
Copy link
Contributor

This results in the Runner repr being printed when using app.run as
an entrypoint

pvandyken added 2 commits May 9, 2024 12:44
This results in the Runner __repr__ being printed when using app.run as
an entrypoint
@pvandyken pvandyken added the bug Something isn't working label May 9, 2024
@pvandyken pvandyken force-pushed the fix/no-return-run branch from 2f4b670 to 81c3f86 Compare May 9, 2024 17:03
Copy link

codecov bot commented May 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.27%. Comparing base (6790f40) to head (81c3f86).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #424      +/-   ##
==========================================
- Coverage   94.27%   94.27%   -0.01%     
==========================================
  Files          55       55              
  Lines        2184     2183       -1     
==========================================
- Hits         2059     2058       -1     
  Misses        125      125              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pvandyken pvandyken merged commit 156f58f into khanlab:main May 9, 2024
37 checks passed
@pvandyken pvandyken deleted the fix/no-return-run branch May 9, 2024 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant